home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox2.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  356 b   |  13 lines

  1. on exitFrame
  2.   global gMovNo, gsliderbar, gVolume
  3.   repeat with i = 1 to 48
  4.     puppetSprite(i, 1)
  5.   end repeat
  6.   set the castNum of sprite 48 to gMovNo
  7.   set the video of cast the castNum of sprite 48 to 1
  8.   set the controller of cast gMovNo to gsliderbar
  9.   updateStage()
  10.   set the volume of sprite 48 to gVolume
  11.   set the movieRate of sprite 48 to 1
  12. end
  13.